home *** CD-ROM | disk | FTP | other *** search
/ MacHack 2000 / MacHack 2000.toast / pc / The Hacks / Genie / Projects / AEGizmos 1.4.2 / Source / Sources / AEBuildNoGlobals.c < prev    next >
Encoding:
C/C++ Source or Header  |  2000-06-24  |  208 b   |  9 lines

  1. /*
  2.  *    AppleEvent Builder Function -- without global variables for error detection
  3.  *    by Jens Peter Alfke
  4.  */
  5.  
  6. #define NO_SYNTAX_CODES
  7.  
  8. #include "AEBuild.c"            /* As you can see, most of the code is in here */
  9.